home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / uhren & terminkalender / organizer / kalender / kalender.doc < prev    next >
Text File  |  1996-04-07  |  5KB  |  143 lines

  1. Kalender V2.1
  2. -------------
  3.  
  4. Kalender is a little program, which should help you remembering dates.
  5. To do this you became special features (see below for more)!
  6. But first i want to inform you about a Shell/WB special:
  7. 1. If you start Kalender from Shell you use it like a normal Shell-Command
  8.    this means that all output go to the current Shell-window.
  9. 2. If you start it from WB Kalender parses its arguments from the Tooltypes
  10.    and opens a window.
  11. 3. If the locale.library is present, then kalender will use it!
  12.  
  13. Hint: use Kalender in your shell-startup sequence or in the WBStartup Drawer
  14.  
  15.  
  16. Now the Shell & WB options:
  17.  
  18. PATH <path>    : path for Kalender.dat file - DEFAULT: 'S:'
  19.                  Attention: must end in ':' or '/'!
  20.  
  21. FILE <file>    : Name of Kalender.dat file - DEFAULT: 'Kalender.dat'
  22.  
  23. ONCE           : If this flag is set Kalender will run only one time per day
  24.  
  25. SHOW <num>     : How many days to show from 'today' - DEFAULT: 31
  26.  
  27. LANGUAGE <num> : Output language (for weekdays)
  28.                  (0=english/1=german/2=french/3=spanish) - DEFAULT: 1
  29.  
  30. MARK           : (TOGGLE FLAG!) if this is set - today and tomorrow will be
  31.                  market with special colors.
  32.  
  33. STATUS "text"  : Sets text for status line
  34.                  DEFAULT: "Terminübersicht am %w, den %d.%m.%y"
  35.  
  36. DATE1 "text"   : Sets text for date-output-form
  37.                  DEFAULT: "%d.%m."
  38.  
  39. LINE "text"    : Outputline format
  40.                  DEFAULT: "%1 : %t"
  41.  
  42. NOSAVE         : This flag told kalender not to save if something has changed
  43.  
  44. NODATA         : if no output data was found - a little message appears!
  45.  
  46.  
  47. to do:
  48.  
  49. 'show only actual year'
  50. 'show only xxxx year'
  51. 'show up from xxxx year'
  52. 'show upto xxxx year'
  53. 'show only xx flag entrys'
  54. 'not show xx flag entrys'
  55.  
  56.  
  57.  
  58. only Shell options:
  59.  
  60. ?                          : Try it :-) or see Style Guide *grin*
  61.  
  62. INSERT "%d.%m.[%j] : text" : Inserts text to the file - in a later version
  63.                              this command will use the DATE1/DATE2 settings
  64.  
  65.  
  66. Hints to options:
  67.  
  68. All settings of SHOW/LANGUGE/MARK/STATUS/DATE1/DATE2 will be saved in the
  69. 'Kalender.dat' file!
  70.  
  71. Specialtext of STATUS/DATE1/DATE2/LINE/(INSERT):
  72.  
  73. %d    : Day          (number)
  74. %m    : Month        (number)
  75. %o[l] : Month         (text)
  76. %y    : year         (number)
  77. %w[l] : Weekday      (text)
  78. %n    : Weekday      (number) / 1=Monday - 7=Sunday
  79. %e    : Weeknr.      (number)
  80. %0    : Dateformat from locale.library
  81. %1    : Dateformat   DATE1
  82. %2    : Dateformat   DATE2
  83. %t    : Text
  84.  
  85. [l] means an optional 'l' that formats the parameter with the max. possible
  86. string length.
  87.  
  88.  
  89. Specialtext of INSERT:
  90.  
  91. %j            : Year diffs for %d.%m.%j dates (birthday age)
  92. %k            : Kill date if reached
  93. %h            : Show only on specified day
  94. %'ARexx file' : execute ARexx file (filename without .rexx)
  95.  
  96. to do:
  97.  
  98. %?? : xx flags
  99.  
  100.  
  101. This distribution includes 2 files (Cal1.dat/Cal2.dat) with many dates - this
  102. files are converted from Unix - thanx to Joerg Bublath "Skull" for it :)
  103.  
  104. ------------------------------------------------------------------------------
  105.     Kalender - to help you remembering dates
  106.     Copyright (C) 1993  Kai Hofmann
  107.  
  108.     This program is free software; you can redistribute it and/or modify
  109.     it under the terms of the GNU General Public License as published by
  110.     the Free Software Foundation; either version 2 of the License, or
  111.     (at your option) any later version.
  112.  
  113.     This program is distributed in the hope that it will be useful,
  114.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  115.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  116.     GNU General Public License for more details.
  117.  
  118.     You should have received a copy of the GNU General Public License
  119.     along with this program; if not, write to the Free Software
  120.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  121. ------------------------------------------------------------------------------
  122.  
  123. Bugs/new features/comments etc. to me:
  124.  
  125. Kai Hofmann
  126. Arberger Heerstraße 92
  127. 28307 Bremen
  128. Germany
  129.  
  130. EMail: i07m@alf.zfn.uni-bremen.de
  131.  
  132.  
  133. P.S.: I am searching for formulas to calculate the moon-phases and other
  134.       dynamical dates.
  135.       If someone likes my program very much - you could send me money
  136.       (only US$/DM) or some other gifts :)
  137.  
  138.  
  139. Greetings to: #AmigaGER and all other nice IRC-Users (specialy to
  140.               Skull & PickUp)/Fred Fish/Andree Gießel/Thomas Jäger/
  141.               Olaf Bergst/Hanno Meier/Marcus Fährer/
  142.               Happy Brownis (nice Sound)
  143.